home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / news / selectv1.tar / selectv1 / global.h < prev    next >
C/C++ Source or Header  |  1993-09-04  |  285b  |  21 lines

  1. /*
  2. global.h: header file for global.c
  3.  
  4. Copyright (C) 1993 Eugene Eric Kim
  5.  
  6. LAST REVISION: September 4, 1993
  7. */
  8.  
  9. #ifdef NCURSES
  10. #include <ncurses.h>
  11. #else
  12. #include <curses.h>
  13. #endif
  14.  
  15. #define VERSION "version 1.0"
  16. #define LEN 65
  17.  
  18. extern char alpha[];
  19.  
  20. extern WINDOW *leftscr, *rightscr;
  21.